From: Karl Heuer Date: Wed, 2 Feb 1994 06:31:26 +0000 (+0000) Subject: (get_system_name): Declared. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93324 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=352b6a9e76503d19e59e63d64c24eb3f2fdc10b7;p=emacs.git (get_system_name): Declared. --- diff --git a/src/lisp.h b/src/lisp.h index 4a26edc894c..9d7d8fa8fac 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1379,3 +1379,5 @@ extern void xfree (); extern char *egetenv (); +/* Return the name of the machine we're running on. */ +extern char *get_system_name ();